home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Utilities / Scripting Aids & Tips / HyperTalk Reference / card_6723.txt < prev    next >
Encoding:
Text File  |  1988-04-24  |  587 b   |  31 lines

  1. -- card: 6723 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2651
  5. -- name: Control
  6.  
  7.  
  8. -- part contents for background part 11
  9. ----- text -----
  10. Control Structures
  11.  
  12. -- part contents for background part 12
  13. ----- text -----
  14. 9
  15.  
  16. -- part contents for background part 13
  17. ----- text -----
  18. IF boolean THEN
  19.        commands
  20. [ELSE
  21.        commands]
  22. [END IF]
  23. REPEAT [FOR] count [TIMES] |
  24.               UNTIL boolean |
  25.               WHILE boolean |
  26.               WITH variable = low number TO high number
  27.        commands
  28. END REPEAT
  29. EXIT handler | IF | REPEAT
  30. NEXT REPEAT
  31. PASS Message